home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / ivb929.zip / FORMCOPY.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-08-12  |  766b  |  26 lines

  1. Form1
  2. Test File Copy Function
  3. Form1
  4. Label1
  5. Source:
  6. Text1
  7. Label2
  8. Destination:
  9. Text2
  10. Command1
  11.     Copy File
  12. Label3
  13. Result Code:
  14. Text3
  15. Form_Click
  16. Command1_Click
  17. InFile
  18. Text1
  19. OutFile
  20. Text2
  21. Result
  22. CopyFile
  23. Text3
  24. Command1_Click
  25. Form_Click
  26.